home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #2
/
Amiga Plus CD - 1995 - No. 2.iso
/
pd
/
datatype
/
info
/
install
< prev
next >
Wrap
Text File
|
1995-04-11
|
1KB
|
42 lines
; *** .info DataType installation scipt ***
(welcome "Welcome to the .info DataType installation")
(
(set @default-dest "")
(complete 25)
(copylib
(prompt "Copying info.datatype to SYS:Classes/DataTypes")
(source "info.datatype")
(dest "SYS:Classes/DataTypes/")
(confirm)
(help @copylib-help)
)
(complete 50)
(copyfiles
(prompt "Copying DataType descriptor to DEVS:DataTypes")
(help @copyfiles-help)
(source "Amiga .info File")
(dest "DEVS:DataTypes/")
(confirm)
(noposition)
(infos)
)
(complete 75)
(run "AddDataTypes \"DEVS:DataTypes/Amiga .info File\" REFRESH"
(prompt "DataType should be refreshed. Do it?")
(confirm)
(help "DataTypes are usually added to the system when "
"your computer is turned on. However, to have your "
"Amiga recognize the new DataType, it must be added "
"manually. This installation can do it for you.")
)
(complete 100)
)